From: IOhannes m zmölnig (Debian/GNU) Date: Wed, 24 Nov 2021 16:43:34 +0000 (+0100) Subject: Adjust to new location of documentation X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~202 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=eb48aeb2427b240ff995d1246e8741f3a63748cd;p=jacktrip.git Adjust to new location of documentation --- diff --git a/debian/docs b/debian/docs index cf2a29c..cf7cb60 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ -TODO.txt -WWW/html +html/* diff --git a/debian/rules b/debian/rules index ec73757..0b918f9 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ DEB_SRCDIR = . override_dh_clean: dh_clean - rm -rf WWW + rm -rf html rm -f jacktrip.1 override_dh_auto_configure: @@ -35,13 +35,13 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build - doxygen jacktrip_doxygen - find WWW -name "*.md5" -delete - find WWW -name "*.map" -delete - help2man -N -n "high-quality system for audio network performances" src/jacktrip > jacktrip.1 + doxygen + find html -name "*.md5" -delete + find html -name "*.map" -delete + help2man -N -n "high-quality system for audio network performances" ./jacktrip > jacktrip.1 override_dh_installchangelogs: - dh_installchangelogs CHANGESLOG.txt + dh_installchangelogs docs/About/CHANGELOG.md licensecheck: